Message Override Functions for Customizing QuickDraw GX Dialog Boxes
To install an override function for a message, you need to call theGXInstallApplicationOverride
function. Within theGXInstallApplicationOverride
function, you specify a pointer to a function that you use to override a particular message for a specific dialog box. These messages include
You can use dialog box messages to invoke your actions. QuickDraw GX sends the
gxJobPrintDialog
gxJobDefaultFormatDialog
gxFormatDialog
gxHandlePanelEvent
gxFilterPanelEvent
gxParsePageRange
gxJobDefaultFormatDialog
message when your application callsGXJobDefaultFormatDialog
to display the Page Setup dialog box. QuickDraw GX sends thegxFormatDialog
message when your application callsGXFormatDialog
to display the Custom Page Setup dialog box and it sends thegxJobPrintDialog
message when your application callsGXJobPrintDialog
to display the Print dialog box.QuickDraw GX also sends the
gxHandlePanelEvent
message and thegxFilterPanelEvent
message when an event occurs in a panel.
Subtopics
- GXJobPrintDialog
- GXJobDefaultFormatDialog
- GXFormatDialog
- GXHandlePanelEvent
- GXFilterPanelEvent
- GXParsePageRange
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help